home *** CD-ROM | disk | FTP | other *** search
/ Connect / connect_2005-05.iso / swf / m35.swf / scripts / DefineButton2_6 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-04-28  |  227 b   |  13 lines

  1. on(press){
  2.    if(_parent.trt == true)
  3.    {
  4.       if(_parent.out == false)
  5.       {
  6.          _parent._parent.pressv = 2;
  7.          _parent.out = true;
  8.          _parent.trt = false;
  9.          nextFrame();
  10.       }
  11.    }
  12. }
  13.